home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / PROGSCAL / TSC.LZH / READ.ME < prev    next >
Text File  |  1988-01-28  |  929b  |  22 lines

  1. TSC - Syntax Checker For Turbo Pascal v4.x
  2. ------------------------------------------
  3.  
  4. TSC is a syntax checker for Turbo Pascal v4.x compiler and is designed
  5. to find ALL syntax errors in one pass of the source code. This could
  6. prove to very useful in converting applications over from previous
  7. versions of the compiler and also in modifying/working with your existing
  8. applications.
  9.  
  10. Start the TSC program from the DOS prompt exactly like you start your
  11. Turbo Pascal compiler, along with the source file name.
  12. i.e.,
  13.   TSC MainFile
  14.  
  15. An extension of '.PAS' is assumed if none provided. For DOS 3.x, TSC
  16. will automatically find its support files. For earlier DOS versions,
  17. you must put TSC files wherever your compiler files are.
  18.  
  19. Continued use of TSC beyond just checking it out requires that you
  20. register your copy for a small registration fee. Source code can also
  21. be licensed. See TDS.DOC file for details.
  22.